runtime.mheap.specialWeakHandleAlloc (field)
5 uses
runtime (current package)
mheap.go#L226: specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
mheap.go#L802: h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
mheap.go#L2536: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2584: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2798: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)